StripeDataSeries<TX,TY> Class Properties
For a list of all members of this type, see StripeDataSeries<TX,TY> members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | AcceptsUnsortedData | When False, the DataSeries will throw an InvalidOperationException if unsorted data is appended. |
![]() | ChangeCount | |
![]() | Count | |
![]() | DataContainsNaN | Gets whether the Y data contains NaN values |
![]() | DataIsEvenlySpaced | Gets whether the X data is evenly spaced. |
![]() | DataIsSortedAscending | Gets whether this DataSeries contains sorted data in the X-direction. |
![]() | DataSeriesType | |
![]() | FifoCapacity | Gets or sets the size of the FIFO buffer. If null, then the dataseries is unlimited. If a value is set, when the point count reaches this value, older points will be discarded. |
![]() | HasMetadata | |
![]() | HasValues | |
![]() | IsFifo | Gets whether the dataseries behaves as a FIFO. If True, when the FifoCapacity is reached, old points will be discarded in favour of new points, resulting in a scrolling chart. |
![]() | IsSorted | Gets whether this DataSeries contains sorted data in the X-direction. |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended |
![]() | Item | |
![]() | LatestYValue | |
![]() | Metadata | |
![]() | MinXSpacing | Gets the minimal spacing between X Values |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to |
![]() | SeriesName | |
![]() | SyncRoot | |
![]() | Tag | |
![]() | X1Values | |
![]() | XMax | |
![]() | XMin | |
![]() | XRange | |
![]() | XType | |
![]() | XValues | |
![]() | Y1Value | |
![]() | YMax | |
![]() | YMin | |
![]() | YRange | |
![]() | YType | |
![]() | YValue |
See Also
